| Previous | Chapter contents | Chapter top | Section top | Next |
QuickTime VR provides the following constants to specify the type of a hot spot:
enum {
kQTVRHotSpotLinkType = 'link',
kQTVRHotSpotURLType = 'url ',
kQTVRHotSpotUndefinedType = 'undf'
};
| Previous | Chapter contents | Chapter top | Section top | Next |